home *** CD-ROM | disk | FTP | other *** search
- MouseClick
- {
- BrowserNewFolder
- }
-
- Load
- {
- # Set total tracks and total time fields
- SetValue ttrk TotalTracks
- SetValue ttim TotalTime
- }
-
- Busy
- {
- # When busy, update total tracks
- SetValue ttrk TotalTracks
- }
-
- BusyEnd
- {
- # When player is done adding tracks to the database,
- # update the ttrk field to make sure it reflects current total tracks count.
- SetValue ttrk TotalTracks
- }
-
- TotalTimeUpdated
- {
- # On track update, synch fields in the window to make sure they are current.
- SetValue ttim TotalTime
- SetValue ttrk TotalTracks
- }
-